.section {
  -moz-border-radius: 10px;
  margin: 5px;
  padding: 5px 15px;
  border: 1px solid #d32b26;
  background-color: white;
}
.section1-logo {
  text-align:center;
  position: relative;
}
.section1-logo img {
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
}
.section1-title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}
.section1-player {
  color: #d32b26;
  font-weigt: bold;
  cursor: pointer;
}
.section1-mp3link {
}
.section1-mp3link span {
  cursor: pointer;
  white-space: nowrap;
  color: #d32b26;
}
.section2-key {
  font-size: 11px;
  width:120px;
}
.section2-value {
  font-size: 11px;
}
.section3-header {
  font-weight: bold;
  font-size: 11px;
  padding-left: 5px;
}
.section3 table {
  font-size: 12px;
  margin: 10px 0px;
}
.section3 .first-row {
  border-bottom: 1px solid;
}
.section3 td.first-column {
  width: 120px;
  text-align:left
}

.section3 td {
  text-align:right;
  width:80px;
}
.section3-footer {
  font-size:11px;
}
.section5-title-basis {
  font-size: 10px;
  text-align:left;
  height: 20px;
}
.section5-title-value {
  font-size: 10px;
  padding-left: 30px;
}
.section5-header {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid;
}
.section5-name {
  font-size: 11px;
  padding-left: 20px;
  width: 300px;
}
.section5-value {
  font-size: 11px;
  text-align:right;
  padding-right:5px;
  width: 50px;
}
.section5-bar {
  width: 120px;
  height: 15px;
}
.section5-bar div {
  font-size: 1px;
  height: 10px;
  background-color: #d32b26;
}
.section6 {
  overflow-y: scroll;
}
.section6-title {
  font-weight:bold;
}
.section6 li {
  font-size: 11px !important;
  list-style: disc;
}
.section6-children {
  margin-top: 10px;
}
.section6-parents {
  margin-top: 10px;
}
